home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-08-22 | 767 b | 25 lines | [TEXT/GEOL] |
- Item 6165102 19-Aug-89 15:05
-
- From: D2215 Dac SW, Wilma Blair,PRT
-
- To: MACAPP.TECH$ MACAPP Tech
-
- cc: MACAPP.TEST MacApp SQA Team,APL
-
- Sub: Dialog bug
-
- (2.0b9) In TDialogView.Close, if fDismisser is kNoIdentifier then DismissDialog
- (fDefaultItem, kDontFlash) is called. This has the effet of accepting the
- dialog.
-
- If a dialog is displayed where fDefaultItem is a button ('Destroy the World')
- and fCancelItem is a button ('Abort'), and the user selects "Quit" from the
- main menu, the world gets destroyed as fDismisser = kNoIdentifer.
-
- I think it might be more approptiate to call DismissDialog (fCancelItem,
- kDontFlash);
-
- Regards, Les Caudle
-
-
-